home *** CD-ROM | disk | FTP | other *** search
- ygnasher = getProperty("/gnasher", _Y);
- xgnasher = getProperty("/gnasher", _X);
- ypost = getProperty("/postman2", _Y);
- xpost = getProperty("/postman2", _X);
- setProperty("/gnasher", _X, xgnasher + "20");
- if("500" < xgnasher and xgnasher < "550" and ("-50" < ygnasher - ypost and ygnasher - ypost < "50"))
- {
- stopDrag();
- stopAllSounds();
- setProperty("/button", _visible, "0");
- stop();
- tellTarget("/dennis")
- {
- stop();
- }
- setProperty("/gnasher", _visible, "0");
- tellTarget("/actions postman")
- {
- stop();
- }
- tellTarget("/postman2")
- {
- gotoAndStop(10);
- }
- }
- if("640" < xgnasher)
- {
- startDrag("/dennis","1","80","75","80","413");
- setProperty("/gnasher", _visible, "0");
- setProperty("/button", _visible, "1");
- stopAllSounds();
- gotoAndStop(1);
- }
-